function InitOTCompanyName( id , cls ) {
	InitOTAutocomplete( id , cls );
	o = $("#"+id);
	o.data( "defval" , "Cégnév" );
}
